Joel Galenson | ee3e09d | 2020-07-28 13:50:12 -0700 | [diff] [blame] | 1 | name: "linked-hash-map" |
2 | description: | ||||
3 | "A HashMap wrapper that holds key-value pairs in insertion order" | ||||
4 | |||||
5 | third_party { | ||||
6 | url { | ||||
7 | type: HOMEPAGE | ||||
8 | value: "https://crates.io/crates/linked-hash-map" | ||||
9 | } | ||||
10 | url { | ||||
11 | type: GIT | ||||
12 | value: "https://github.com/contain-rs/linked-hash-map" | ||||
13 | } | ||||
14 | version: "0.5.3" | ||||
15 | last_upgrade_date { year: 2020 month: 6 day: 11 } | ||||
16 | license_type: NOTICE | ||||
17 | } |